Autogenerated HTML docs for v1.6.3.1-244-gf9275 
diff --git a/git-mktree.html b/git-mktree.html index 6015303..17d8aeb 100644 --- a/git-mktree.html +++ b/git-mktree.html 
@@ -320,12 +320,13 @@  </div>   <h2>SYNOPSIS</h2>   <div class="sectionbody">  -<div class="para"><p><em>git mktree</em> [-z]</p></div>  +<div class="para"><p><em>git mktree</em> [-z] [--missing] [--batch]</p></div>   </div>   <h2 id="_description">DESCRIPTION</h2>   <div class="sectionbody">  -<div class="para"><p>Reads standard input in non-recursive <tt>ls-tree</tt> output format,  -and creates a tree object. The object name of the tree object  +<div class="para"><p>Reads standard input in non-recursive <tt>ls-tree</tt> output format, and creates  +a tree object. The order of the tree entries is normalised by mktree so  +pre-sorting the input is not required. The object name of the tree object   built is written to the standard output.</p></div>   </div>   <h2 id="_options">OPTIONS</h2>  @@ -339,6 +340,28 @@  Read the NUL-terminated <tt>ls-tree -z</tt> output instead.   </p>   </dd>  +<dt>  +--missing  +</dt>  +<dd>  +<p>  + Allow missing objects. The default behaviour (without this option)  + is to verify that each tree entry's sha1 identifies an existing  + object. This option has no effect on the treatment of gitlink entries  + (aka "submodules") which are always allowed to be missing.  +</p>  +</dd>  +<dt>  +--batch  +</dt>  +<dd>  +<p>  + Allow building of more than one tree object before exiting. Each  + tree is separated by as single blank line. The final new-line is  + optional. Note - if the <em>-z</em> option is used, lines are terminated  + with NUL.  +</p>  +</dd>   </dl></div>   </div>   <h2 id="_author">Author</h2>  @@ -355,7 +378,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-02 06:49:58 UTC  +Last updated 2009-06-01 01:22:21 UTC   </div>   </div>   </body>